body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, Helvetica, sans-serif,
    "宋体";
  font-weight: normal;
  background-color: #fff;
  font-size: 14px;
  max-width: 1920px;
  overflow-x: hidden;
}

/*本地字体引用*/
@font-face {
  font-family: "Constantia";
  src: url(../fonts/Constantia.ttf), url(../fonts/Constantia.woff),
    url(../fonts/Constantia.woff2);
}
@font-face {
  font-family: "bodonib";
  src: url(../fonts/bodonib.ttf), url(../fonts/bodonib.woff),
    url(../fonts/bodonib.woff2);
}
* {
  margin: 0;
  padding: 0;
}
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
td,
tr,
th,
p {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑";
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-width: 1210px;
}
li,
dd,
ol,
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  border: none;
  outline: medium none;
}
img a {
  border: none;
}
input,
select,
button {
  outline: medium none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", Helvetica, sans-serif, "宋体";
}
textarea {
  outline: medium none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  resize: none;
  font-family: "Microsoft YaHei", Helvetica, sans-serif, "宋体";
}
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul li img {
  display: block; /* width: 100%; height: 100%;*/
  cursor: pointer;
}

/* a:hover{background: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);-webkit-user-select: none;-moz-user-select: none;} */
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}

.w {
  width: 1170px;
  margin: 0 auto;
}
.content1 {
  width: 100%;
  min-width: 1210px;
  margin: 0 auto;
}
.content {
  width: 1210px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.mr {
  margin-right: 0 !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
a {
  color: #6e6e6e;
}
a:hover {
  color: #ff8500;
}

/*头部*/
.inside_head {
  padding: 30px 0px;
}
.inside_head .logo {
  float: left;
  color: #fe8400;
  width: 240px;
  font-size: 36px;
  font-weight: 800;
}
.inside_head .logo img {
  width: 67px;
  margin-right: 16px;
  vertical-align: middle;
}
.inside_head .div1 {
  border-left: 1px solid #dddddd;
  float: left;
  height: 40px;
  padding: 10px 20px;
  margin-left: 10px;
}
.inside_head .div2 {
  float: right;
  width: 270px;
}
.inside_head .div1 .p1 {
  color: #ff8601;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}

.inside_head .div2 .pro {
  display: block;
  line-height: 40px;
  height: 40px;
  width: 190px;
  background-color: #ff8500;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  margin-top: 5px;
  float: right;
  text-align: center;
}
.inside_head .div2 .pro:hover {
  background-color: #e57902;
}
.inside_head .div2 .pro span {
  background: url("../images/tel.png") no-repeat center left;
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.inside_nav {
  border-top: 1px solid #dddddd;
  line-height: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
}
.inside_nav ul {
}
.inside_nav ul li {
  float: left;
  padding: 0 46px 0 50px;
  background: url("../images/xie.jpg") no-repeat center right;
}
.inside_nav ul li a {
  color: #333333;
  font-weight: bold;
}
.inside_nav ul li a:hover {
  color: #ff8500;
}
.inside_nav ul li:last-child {
  background: none;
}
.inside_nav ul .on a {
  color: #ff8500;
}

/*底部*/

.footer {
  line-height: 28px;
  color: #cfcdcd;
  background: #000;
}
.footer .w {
  justify-content: space-between;
  display: flex;
    padding: 60px 0 10px 0;
}
.footer .w div:nth-child(1) {
  width: 575px;
}
.footer .w div:nth-child(1) a{
  color: #cfcdcd;
}
.footer .w div:nth-child(1) a:hover{
  color: #cfcdcd;
}
.footer .w div:nth-child(1) h2 img {
  width: 102px;
  margin-right: 20px;
}
.footer .w div:nth-child(1) h2 span {
  font-size: 26px;
  color: #ff8500;
  position: relative;
  top: -12px;
}
.footer .w div:nth-child(1) p:nth-child(2) {
  margin: 34px 0;
}
.footer .w div:nth-child(1) p img {
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.footer .w div:nth-child(1) p:nth-child(3) {
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer .w div:nth-child(1) p:nth-child(4){
	border-bottom: 1px solid #343434;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer .w div {
}
.footer .w div:nth-child(2) {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
.footer .w div:nth-child(2) ul p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 27px;
}
.footer .w div:nth-child(2) ul li {
}
.footer .w div:nth-child(2) ul li a {
  color: #cfcdcd;
}
.footer div:nth-child(2) .w {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.footer > div .w {
  border-top: 1px solid #3a3a3a;
}

/*右侧悬浮*/
.quick {
  position: fixed;
  z-index: 99999;
  right: 5px;
  top: 35%;
  width: 60px;
  cursor: pointer;
}
.quick .search {
  background-color: #525252;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}
.quick .search input::placeholder {
  color: #d4d4d4;
}
.quick .search input {
  line-height: 60px;
  height: 60px;
  float: left;
  width: 0px;
  text-align: center;
  background-color: #3cc781;
  color: #fff;
  transition: all 0.3s;
}
.quick .search input::placeholder{
  color: #fff;
}
.quick .search button {
  float: right;
  width: 60px;
  height: 60px;
  background-image: url("../images/q1.png");
  background-color: #525252;
}
.quick .search:hover {
  background-color: #3cc781;
  width: 210px;
  margin-left: -150px;
}
.quick .search:hover button {
  background-color: #3cc781;
  transition: all 0.2s;
}
.quick .search:hover input {
  width: 150px;
}
.quick .tengxun {
  width: 60px;
  height: 60px;
  background-color: #525252;
  margin-top: 5px;
}
.quick .tengxun:hover {
  background-color: #076fea;
}
.quick .tengxun:hover .tengxun-show {
  display: block;
}

.tengxun-show {
  display: none;
  position: absolute;
  margin-left: -183px;
  margin-top: -64px;
  width: 183px;
}
.tengxun-show .san {
  float: right;
  margin-top: 30px;
}
.tengxun-show ul {
  background-color: #fff;
  width: 125px;
  padding: 10px 19px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.tengxun-show li {
  height: auto;
  overflow: hidden;
  line-height: 35px;
  margin-bottom: 10px;
}
.tengxun-show li div {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: #f1f1f3;
}
.tengxun-show li div img {
  margin: 17px 0 0 7px;
  transition: all 0.3s;
}
.tengxun-show li a {
  display: block;
  color: #363636;
}
.tengxun-show li:hover img {
  margin-top: 7px;
}
.tengxun-show li:hover a {
  color: #076fea;
}
.quick .ewm {
  width: 60px;
  height: 60px;
  background-color: #525252;
  margin-top: 5px;
}
.quick .ewm:hover {
  background-color: #076fea;
}
.quick .ewm .ewm-show {
  position: absolute;
  width: 120px;
  height: 120px;
  margin-top: -95px;
  margin-left: -125px;
  display: none;
}
.quick .ewm:hover .ewm-show {
  display: block;
}

.quick .gotop {
  width: 60px;
  height: 60px;
  background-color: #525252;
  margin-top: 5px;
  display: none;
}
.quick .gotop:hover {
  background-color: #3cc781;
}
.quick .email ,.quick .phone{
  position: relative;
  margin-bottom: 5px;
}
.quick .email span:nth-child(1),.quick .phone span:nth-child(1){
  display: flex;
  width: 60px;
  height: 60px;
  background-color: #525252;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.quick .email:hover span:nth-child(1),.quick .phone:hover span:nth-child(1){
  background-color: #3cc781;
}
.quick .email span:nth-child(2),.quick .phone span:nth-child(2){
  display: inline-block;
  background-color: #525252;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: -202px;
  top: 0;
  color: #fff;
  overflow: hidden;
  left: -2px;
  width: 0;
  transition: all 0.3s;
}
.quick .phone .zuihou{
	display: inline-block;
	background-color: #525252;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: -202px;
	top: 0;
	color: #fff;
	overflow: hidden;
	left: -2px;
	width: 0;
	transition: all 0.3s;
}
.quick .email span:nth-child(2) a,.quick .phone span:nth-child(2) a{
  color: #fff;
}
.quick .email span:nth-child(2) a:hover,.quick .phone span:nth-child(2) a:hover{
  color: #fff;
}
.quick .email:hover span:nth-child(2),.quick .phone:hover span:nth-child(2){
  background-color: #3cc781;
  width: 170px;
  left: -172px;
}
.quick .phone:hover .zuihou{
	width: 170px !important;
	background-color: #3cc781;
	left: -302px !important;
}
.page {
  margin: 40px auto 50px;
  font-size: 14px;
  text-align: center;
}
.page a {
  border: 1px solid #c2c2c2;
  padding: 5px;
  margin: 0px 5px;
  display: inline-block;
  display: inline-block;
  min-width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #c2c2c2;
}
.page span {
  display: inline-block;
  min-width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin: 0px 5px;
  padding: 5px;
  border: 1px solid #ea3e00;
}
.page .current {
  width: 22px;
  border: 1px solid #ea3e00;
  color: #ea3e00;
}
.page .current a {
  color: #ffffff;
}
.page .prev {
  padding: 5px 15px;
}
.page .prev:hover {
  background-color: #999999;
  color: #ffffff;
}
.page .next {
  padding: 5px 15px;
}
.page .next:hover {
  background-color: #999999;
  color: #ffffff;
}

.hbg {
  background-color: #f5f5f5;
  height: 395px;
  position: relative;
  top: -45px;
  z-index: 1;
}
.hbg .hbg1 {
  background-color: #fff;
  height: 220px;
  width: 100%;
}
.hbg .hbg2 {
  background-color: #f5f5f5;
  height: 220px;
  width: 100%;
}
.hbg .relativebox {
  position: absolute;
  top: 100px;
  height: 300px;
  width: 100%;
}
.hbg .relative {
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  margin: 110px auto;
  box-shadow: 0px 0px 29px -20px #000;
  transition: all 0.5s;
  cursor: default;
  margin: 0px auto;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.hbg .relative:hover {
  transform: scale(1.05);
}
.hbg .relative img {
  width: 320px;
  height: 235px;
  float: left;
}
.hbg .relative > p {
  width: 380px;
  line-height: 28px;
  margin: 0 80px;
  color: #858585;
  margin-top: 60px;
  float: left;
}
.hbg .relative > div {
  margin-top: 60px;
  float: left;
}
.hbg .relative div p:nth-child(1) {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
}
.hbg .relative div p:nth-child(2) {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #2da367;
}
.hbg .relative div p:nth-child(3){
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2da367;
}